home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
El Mac 9
/
El Mac 9.iso
/
Shareware
/
Applications
/
Charting Coach v1.5
/
Charting Coach v1.dxr
/
00026.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-04-08
|
243 b
|
20 lines
on keyUp
if the key = RETURN then
cursor(4)
login()
else
if the key = TAB then
go("login")
cursor(0)
end if
end if
end
on mouseUp
if the doubleClick then
exit
end if
go("loginPswd")
cursor(0)
end